Retrieves a specific user’s transactions with pagination, filtering, and sorting
API key for accessing protected guild endpoints
Roblox user ID
Page number for pagination
x >= 1
Number of results per page
1 <= x <= 100
Filter by transaction source
Filter by minimum amount
x >= 0
Filter by maximum amount
x >= 0
Field to sort by
amount
, quantity
, total
, createdAt
Sort order
asc
, desc
User transactions retrieved successfully
The response is of type object
.